home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscTeePalette / MiscTeePalette.h < prev    next >
Encoding:
Text File  |  1994-10-22  |  872 b   |  35 lines

  1. //
  2. //    MiscTeePalette.h -- Sets up the palette connections between the visual
  3. //                        and the actual objects.
  4. //
  5. //        Written by David Fedchenko.  Copyright 1994 by David Fedchenko.
  6. //        Additions for MiscDistributor by Don Yacktman.
  7. //                Version 1.1  All rights reserved.
  8. //
  9. //        This notice may not be removed from this source code.
  10. //
  11. //    This object is included in the MiscKit by permission from the author
  12. //    and its use is governed by the MiscKit license, found in the file
  13. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  14. //    for a list of all applicable permissions and restrictions.
  15. //    
  16.  
  17. #import <apps/InterfaceBuilder.h>
  18.  
  19. @interface MiscTeePalette:IBPalette
  20.     {
  21.     id    idTee;
  22.     id    idTeeView;
  23.     id    idDistView;
  24.     id    idDist;
  25.     }
  26.  
  27. - finishInstantiate;
  28.  
  29. @end
  30.  
  31.  
  32. @interface IBPalette(associateObject)
  33. - associateObject:object type:(NXAtom)type to:view;
  34. @end
  35.